type net/http/pprof.handler

6 uses

	net/http/pprof (current package)
		pprof.go#L245: 	return handler(name)
		pprof.go#L248: type handler string
		pprof.go#L250: func (name handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
		pprof.go#L275: func (name handler) serveDeltaProfile(w http.ResponseWriter, r *http.Request, p *pprof.Profile, secStr string) {
		pprof.go#L353: var profileSupportsDelta = map[handler]bool{
		pprof.go#L389: 			handler(name).ServeHTTP(w, r)